.product__card{display:flex;justify-content:space-between;flex-direction:column;cursor:pointer;position:relative}.favorite{position:absolute;right:0;top:0;display:flex;width:24px;height:24px}.favorite span svg path:last-child{fill:var(--dark-primary)}.favorite .heart-line,.favorite .heart-fill{pointer-events:none}.favorite .heart-fill{display:none}.favorite[data-wished="true"] .heart-line{display:none!important}.favorite[data-wished="true"] .heart-fill{display:block!important}.product__card .image{max-height:272px;display:flex;justify-content:center;align-items:center;background-color:var(--background);min-height:260px;border-radius:4px}.product__card .image img{max-width:168px;max-height:167px;justify-self:center;object-fit:contain}.product__card .info{flex-flow:column;margin-top:16px;position:relative}.product__card .info .name{font-size:14px;font-weight:400;line-height:21px;color:var(--bold-text);margin-bottom:12px;max-width:90%}.product__card .info .price{color:var(--title-text);font-weight:600;font-size:16px;line-height:24px;padding-bottom:10px}.product__card .info .installment{font-size:14px;font-weight:400;color:var(--featured)}@media (max-width:1024px){.favorite svg{width:20px;height:20px}}